ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBoxItem Class / C1ComboBoxItem Constructor / C1ComboBoxItem Constructor(IDataCollection<Object>,Int32)
The collection containing the item.
Index of the data inside the collection.

In This Topic
    C1ComboBoxItem Constructor(IDataCollection<Object>,Int32)
    In This Topic
    Initialize a new instance of C1ComboBoxItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal collection As C1.DataCollection.IDataCollection(Of Object), _
       ByVal dataIndex As Integer _
    )
    public C1ComboBoxItem( 
       C1.DataCollection.IDataCollection<object> collection,
       int dataIndex
    )

    Parameters

    collection
    The collection containing the item.
    dataIndex
    Index of the data inside the collection.
    See Also